ServiceReplyToAll Method (IListReplyAllItem, FolderId) |
Sends reply messages to all recipients.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> ReplyToAll(
IList<ReplyAllItem> replyAllItems,
FolderId sentItemsFolderId
)
Public Function ReplyToAll (
replyAllItems As IList(Of ReplyAllItem),
sentItemsFolderId As FolderId
) As IList(Of ItemInfoResponse)
Parameters
- replyAllItems
- Type: System.Collections.GenericIListReplyAllItem
The reply all items. - sentItemsFolderId
- Type: Independentsoft.ExchangeFolderId
The sent items folder identifier.
Return Value
Type:
IListItemInfoResponseIList{ItemInfoResponse}.
See Also